terraphim_agent 1.20.5

Terraphim AI Agent CLI - Command-line interface with interactive REPL and ASCII graph visualization
Documentation
1
2
3
4
5
6
7
8
9
10
11
# npm test

Run JavaScript/TypeScript test suite. Use bun test for faster execution with built-in test runner.

synonyms:: npm test, npm t, yarn test, pnpm test
related:: npm run build, npm install
transforms:: npm test → bun test
yarn test → bun test
pnpm test → bun test
context:: test
cost:: medium